projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f1d1e4
)
Put config.h first.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 15 Jun 1994 03:46:59 +0000
(
03:46
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 15 Jun 1994 03:46:59 +0000
(
03:46
+0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 2ee1947eb4889aa684b761c8f4c0edd329cc7196..57a29ff6d4833528ecf6bc5d826f0646def63abe 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-19,12
+19,12
@@
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <config.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/file.h>
#include <ctype.h>
-#include <config.h>
#include "lisp.h"
#ifndef standalone